home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / DCLTEE4C.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-24  |  817 b   |  23 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("dcltee4C.res");
  5. USERES("teechart.res");
  6. USEPACKAGE("vcl35.bpi");
  7. USEPACKAGE("vcldb35.bpi");
  8. USEPACKAGE("tee4C.bpi");
  9. USEPACKAGE("teedb4C.bpi");
  10. USEPACKAGE("teeUI4C.bpi");
  11. USEUNIT("ChartReg.pas");
  12. USEPACKAGE("vclx35.bpi");
  13. //---------------------------------------------------------------------------
  14. #pragma package(smart_init)
  15. //---------------------------------------------------------------------------
  16. //   Package source.
  17. //---------------------------------------------------------------------------
  18. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  19. {
  20.         return 1;
  21. }
  22. //---------------------------------------------------------------------------
  23.